home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-01-01 | 1.1 KB | 33 lines | [TEXT/MPS ] |
-
- #ifndef SOM_Module_OpenDoc_StandardExtensions_defined
- #define SOM_Module_OpenDoc_StandardExtensions_defined 1
-
- /*
- * Start of user-defined types:
- */
- #ifndef ODFrame
- #define ODFrame SOMObject
- #endif /* ODFrame */
- #ifndef ODFacet
- #define ODFacet SOMObject
- #endif /* ODFacet */
- #define kODSettingsExtension "OpenDoc:Extension:Info:Settings"
- #define kODExtSemanticInterface "OpenDoc:Extension:SemanticInterface"
- #define OpenDoc_StandardExtensions_OpenDoc_StandardExtensions_Version "1.0."
-
- #ifndef SOM_DONT_USE_SHORT_NAMES
- #ifndef SOMTGD_OpenDoc_StandardExtensions_Version
- #ifdef OpenDoc_StandardExtensions_Version
- #undef OpenDoc_StandardExtensions_Version
- #define SOMTGD_OpenDoc_StandardExtensions_Version 1
- #else
- #define OpenDoc_StandardExtensions_Version OpenDoc_StandardExtensions_OpenDoc_StandardExtensions_Version
- #endif /* OpenDoc_StandardExtensions_Version */
- #endif /* SOMTGD_OpenDoc_StandardExtensions_Version */
- #endif /* SOM_DONT_USE_SHORT_NAMES */
-
- /*
- * End of user-defined types.
- */
- #endif /* SOM_Module_OpenDoc_StandardExtensions_defined */
-